Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always enable default column feature, remove the configuration #4074

Merged
merged 1 commit into from Apr 4, 2019

Conversation

Jackie-Jiang
Copy link
Contributor

The configuration is introduced to test the default column feature.
Since it has been tested thoroughly for years, remove the
configuration and always enable it.

@codecov-io
Copy link

Codecov Report

Merging #4074 into master will decrease coverage by 0.22%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #4074      +/-   ##
============================================
- Coverage     66.86%   66.64%   -0.23%     
  Complexity       20       20              
============================================
  Files          1035     1035              
  Lines         51434    51430       -4     
  Branches       7198     7198              
============================================
- Hits          34393    34276     -117     
- Misses        14668    14794     +126     
+ Partials       2373     2360      -13
Impacted Files Coverage Δ Complexity Δ
.../starter/helix/HelixInstanceDataManagerConfig.java 69.23% <ø> (-0.77%) 0 <0> (ø)
.../core/segment/index/loader/IndexLoadingConfig.java 81.17% <100%> (-0.65%) 0 <0> (ø)
...core/segment/index/loader/SegmentPreProcessor.java 82.85% <100%> (+2.85%) 0 <0> (ø) ⬇️
...apache/pinot/common/metrics/ValidationMetrics.java 20.28% <0%> (-59.43%) 0% <0%> (ø)
...a/manager/realtime/RealtimeSegmentDataManager.java 50% <0%> (-50%) 0% <0%> (ø)
...ller/validation/OfflineSegmentIntervalChecker.java 26.74% <0%> (-50%) 0% <0%> (ø)
...r/validation/RealtimeSegmentValidationManager.java 43.33% <0%> (-38.34%) 0% <0%> (ø)
...he/pinot/core/query/pruner/ValidSegmentPruner.java 57.14% <0%> (-28.58%) 0% <0%> (ø)
...lix/EmptyBrokerOnlineOfflineStateModelFactory.java 86.66% <0%> (-13.34%) 0% <0%> (ø)
...a/org/apache/pinot/common/config/TagNameUtils.java 64.1% <0%> (-5.13%) 0% <0%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f66c342...a68fe47. Read the comment docs.

@@ -59,6 +59,7 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import never gets used though.
But since you're gonna delete this test, it should be good here.

The configuration is introduced to test the default column feature.
Since it has been tested thoroughly for years, remove the
configuration and always enable it.
@Jackie-Jiang Jackie-Jiang merged commit 2d860d2 into master Apr 4, 2019
@Jackie-Jiang Jackie-Jiang deleted the default_column branch April 4, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants